back · tests/sessions.spec.js:47:2 @ main all / isolation
Error: expect(locator).not.toBeVisible() failed
Locator: getByText('Session α', { exact: true })
Expected: not visible
Error: strict mode violation: getByText('Session α', { exact: true }) resolved to 2 elements:
1) <a href="/sessions/sr3if3kv" data-testid="goto-current-session" class="session-link svelte-1nmekgl">…</a> aka getByTestId('goto-current-session')
2) <strong>Session α</strong> aka getByRole('strong')
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByText('Session α', { exact: true })
at tests/sessions.spec.js:59:66
Error: expect(locator).toBeVisible() failed
Locator: getByText('lil-fella.jpeg')
Expected: visible
Error: strict mode violation: getByText('lil-fella.jpeg') resolved to 2 elements:
1) <span class="overflowable svelte-hos8z2">lil-fella.jpeg</span> aka getByText('lil-fella.jpeg').first()
2) <span class="overflowable svelte-hos8z2">lil-fella.jpeg</span> aka getByText('lil-fella.jpeg').nth(1)
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('lil-fella.jpeg')
at tests/sessions.spec.js:51:50